1using ZLib;
2
3public static int main(string[] args) {
4    stdout.printf("ZLIB_VERSION is: %s\n", ZLib.VERSION.STRING);
5    return 0;
6}
7